ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / OnClientRefreshing Property

In This Topic
    OnClientRefreshing Property (FinancialChart<T>)
    In This Topic
    Occurs when the control is about to refresh its contents.
    Syntax
    'Declaration
     
    Public Property OnClientRefreshing As String
    public string OnClientRefreshing {get; set;}
    See Also